From: iap10@freefall.cl.cam.ac.uk Date: Thu, 10 Mar 2005 17:37:10 +0000 (+0000) Subject: bitkeeper revision 1.1159.258.40 (423085c6l2rF-ZZuQiNGB3ZR9Vzj7A) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~17400^2~133 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=8e86d6ab9f4b3995436f548b3ef6494564dfd26a;p=xen.git bitkeeper revision 1.1159.258.40 (423085c6l2rF-ZZuQiNGB3ZR9Vzj7A) Tiny hack to fix install.sh for the case where /etc/init.d is a symlink. Signed-off-by: ian@xensource.com --- diff --git a/install.sh b/install.sh index 09a59046f6..491e5ab56f 100755 --- a/install.sh +++ b/install.sh @@ -33,6 +33,8 @@ do done cd - cp -fdR $src/* $dst +# hack to fixup the case that init.d is a symlink +cp -fdR $src/etc/init.d/* $dst/etc/init.d/ echo "All done." echo "Checking to see whether prerequisite tools are installed..."